From: Richard M. Stallman Date: Sun, 28 Aug 1994 19:58:40 +0000 (+0000) Subject: (polling_for_input): Define var unconditionally. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90410 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=36922b182a26a2030925b52454604fbd58f3030d;p=emacs.git (polling_for_input): Define var unconditionally. --- diff --git a/src/keyboard.c b/src/keyboard.c index 2209dbeeee0..8efb3507c0c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1296,9 +1296,11 @@ int polling_period; /* Nonzero means polling for input is temporarily suppressed. */ int poll_suppress_count; -#ifdef POLL_FOR_INPUT +/* Nonzero if polling_for_input is actually being used. */ int polling_for_input; +#ifdef POLL_FOR_INPUT + /* Handle an alarm once each second and read pending input so as to handle a C-g if it comces in. */